home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / ARCH_C41.ARJ / ZIPCODE.TXT < prev   
Text File  |  1991-10-01  |  4KB  |  120 lines

  1.  
  2.                    Zip Code & Area Code look up features:
  3.  
  4.          -- Reduce data entry time, while increasing accuracy  --
  5.  
  6. Starting in April,  1991,  this program has a built in U.S.A.  zip code and 
  7. area code look up table.  
  8.  
  9. ACS  will provide you with the data file that makes this functional  at  no 
  10. extra charge, with this understanding:
  11.  
  12. 1)   The upgrade will be provided to you in a 1.2 meg,  5 1/4" format only.  
  13. If  your machine can read only 360 kb disks,  then it will not  work  since 
  14. the upgrade is too large to fit on this size floppy.
  15.  
  16. 2)   Once  uncompressed  from the distribution disk,  the  data  files  and 
  17. associated indexes consume 4,000,000 bytes of space on your hard drive.
  18.  
  19. 3)   Neither ACS,  Paul Sax,  nor Juskovitch Corporation can guarantee  the 
  20. accuracy of the zip codes, cities, or area codes.  
  21.  
  22.  
  23.                              Logic of look up:
  24.                 Adding new records for a person or company:
  25.  
  26.                                   Case 1:
  27.                    City, State entered, without zip code
  28.  
  29. If you enter the name of a city and a state but leave zip code empty,  then 
  30. the program will look up the zip code for that town.  If only one exists in 
  31. the file,  then it will place that value into the zip code field.   If more 
  32. than one exists,  then this program places all of them into a stack for you 
  33. to  browse  through with a 'light bar'.   On the top of  this  stack,  this 
  34. program  has  counted the number of zip codes contained within  this  city.  
  35. Regardless  of whether it contains 3 or 80,  this program  will adjust  the 
  36. length of this stack for you to examine.   At any time in this  stack,  you 
  37. can  select  the zip code underneath the 'light bar' just by  pressing  the 
  38. 'Enter'  key.   To  accept the default value of the first zip code  in  the 
  39. stack, press the 'ESC' or 'Escape' key at any time.
  40.  
  41. As  this  program  performs  its look up,  one of  these  two  messages  is 
  42. displayed to the right of the zip code field:
  43.  
  44.  
  45.                        "[Zip code found for city  ]"
  46.  
  47.                        "[Zip code not found       ]"
  48.  
  49.  
  50. If  a  City/State  match  is found,  then the area code  for  that  zip  is 
  51. identified and moved into the area code field.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.                                   Case 2:
  58.                Zip code entered, with or without City, State
  59.  
  60. If  you enter a value into the zip code field during data entry,  then this 
  61. program will attempt to find the city and state the correspond to  it.   If 
  62. successful, it displays:
  63.  
  64.  
  65.                        "[City and state found     ]"
  66.  
  67. If the search is unsuccessful, it displays:
  68.  
  69.  
  70.                        "[City and state not found ]"
  71.  
  72. As in case one, if the search is successful, then the relevant area code is 
  73. identified and moved into the area code field.
  74.  
  75.  
  76.  
  77.  
  78.                              Logic of look up:
  79.              Editing existing records for a person or company:
  80.  
  81.  
  82. The look up logic for editing a record is similar to adding a new one, with 
  83. one  exception.   When you edit an historical record,  the program will not 
  84. modify the area code while it does its look ups.
  85.  
  86.  
  87.                                Forced edit:
  88.  
  89. Given the multiplicity of zip codes, overlapping municipalities, and margin 
  90. for error in this kind of look up,  the program assumes that you wish to be 
  91. in  an  edit mode after it has performed its look up more than three  times 
  92. for  any one record.   This 'forced edit' appears whether in an Add or  Get 
  93. screen in the main person file.  
  94.  
  95. Once  the 'forced edit' occurs,  this message is displayed to the right  of 
  96. the current record:
  97.  
  98.                        "[Zip code look up disabled]"
  99.                        "[Now in edit mode.        ]"
  100.  
  101.  
  102.  
  103.  
  104.  
  105.                  Creating a  state-specific Zip code file:
  106.  
  107. Observe the "Other Custom Options" Menu, selection G):
  108.  
  109.                         "G)  Reduce Zip code file" 
  110.  
  111. With this selection, you can reduce the size of the zip code file by making 
  112. it specific to a state or a number of states.  
  113.  
  114. Once  selected,  you  can  indicate the number of states  you  wish  to  be 
  115. included in your new zip code file.   If you wish only one,  then you would 
  116. enter '1', though you could enter up to '50'.
  117.  
  118.  
  119.  
  120.